home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / DataPhile.app / English.lproj / SplashTimeMonitor.nib / data.classes next >
Encoding:
Text File  |  1996-02-24  |  737 b   |  32 lines

  1. TimeMonitor = {
  2.     ACTIONS = {
  3.     "beginTiming:" = "beginTiming:"; 
  4.     "endTiming:" = "endTiming:"; 
  5.     "stop:" = "stop:"; 
  6.     }; 
  7.     OUTLETS = {
  8.     appIconButton = appIconButton; 
  9.     cancelButton = cancelButton; 
  10.     doneField = doneField; 
  11.     gaugeView = gaugeView; 
  12.     titleTextField = titleTextField; 
  13.     window = window; 
  14.     }; 
  15.     SUPERCLASS = Object; 
  16. };
  17. GaugeView = {
  18.     OUTLETS = {
  19.     backgroundGray = backgroundGray; 
  20.     borderType = borderType; 
  21.     gaugeGray = gaugeGray; 
  22.     percentage = percentage; 
  23.     }; 
  24.     SUPERCLASS = View; 
  25. };
  26. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  27. SplashTimeMonitor = {
  28.     ACTIONS = {}; 
  29.     OUTLETS = {userNameField = userNameField; versionField = versionField; }; 
  30.     SUPERCLASS = TimeMonitor; 
  31. };
  32.